setMode

abstract fun setMode(mode: SceneMode)

Set the scene mode. Changing the scene mode affects how the engine processes and renders the scene:

  • Video mode enables timeline-based playback, animations, and audio processing.

  • Design mode disables playback-related features and uses different color space settings.

Parameters

mode

the new mode for the scene.